See ones' complement on Wiktionary
{ "forms": [ { "form": "ones' complements", "tags": [ "plural" ] } ], "head_templates": [ { "args": { "head": "ones' complement" }, "expansion": "ones' complement (plural ones' complements)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "53 47", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "60 40", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" }, { "_dis": "52 48", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "56 44", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" }, { "_dis": "62 38", "kind": "other", "name": "Terms with Finnish translations", "parents": [], "source": "w+disamb" }, { "_dis": "63 37", "kind": "other", "name": "Terms with Hungarian translations", "parents": [], "source": "w+disamb" }, { "_dis": "65 35", "kind": "other", "name": "Terms with Icelandic translations", "parents": [], "source": "w+disamb" } ], "examples": [ { "text": "The ones' complement of 0xAAAA is 0x5555 on a 16-bit machine, and 0xFFFF5555 on a 32-bit machine." } ], "glosses": [ "The number obtained by subtracting a given n-digit binary number from 2ⁿ-1 (which yields the same result as the logical complement)." ], "id": "en-ones'_complement-en-noun-~~wC8~vW", "links": [ [ "computing", "computing#Noun" ], [ "logical complement", "logical complement" ] ], "raw_glosses": [ "(computing) The number obtained by subtracting a given n-digit binary number from 2ⁿ-1 (which yields the same result as the logical complement)." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ], "translations": [ { "_dis1": "76 24", "code": "fi", "lang": "Finnish", "sense": "number", "word": "yhden komplementti" }, { "_dis1": "76 24", "code": "fi", "lang": "Finnish", "sense": "number", "word": "1-komplementti" } ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "53 47", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "52 48", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" } ], "examples": [ { "text": "Computers that use ones' complement arithmetic have two representations for zero, all 0's and all 1's." } ], "glosses": [ "The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2ⁿ⁻¹-1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2ⁿ⁻¹-1), n being the word size of the machine, and the numeric complement of a number is its ones' complement." ], "id": "en-ones'_complement-en-noun-UvBFSqr4", "links": [ [ "computing", "computing#Noun" ], [ "high bit", "high bit" ], [ "word", "word" ], [ "size", "size" ], [ "numeric complement", "numeric complement" ] ], "raw_glosses": [ "(computing) The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2ⁿ⁻¹-1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2ⁿ⁻¹-1), n being the word size of the machine, and the numeric complement of a number is its ones' complement." ], "related": [ { "_dis1": "24 76", "word": "complement" }, { "_dis1": "24 76", "word": "diminished radix complement" }, { "_dis1": "24 76", "word": "two's complement" } ], "synonyms": [ { "_dis1": "24 76", "word": "logical complement" } ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ], "translations": [ { "_dis1": "6 94", "code": "fi", "lang": "Finnish", "sense": "convention", "word": "yhden komplementti" } ] } ], "word": "ones' complement" }
{ "categories": [ "English countable nouns", "English entries with incorrect language header", "English lemmas", "English multiword terms", "English nouns", "Entries with translation boxes", "Pages with 1 entry", "Pages with entries", "Requests for review of Hungarian translations", "Requests for review of Icelandic translations", "Terms with Finnish translations", "Terms with Hungarian translations", "Terms with Icelandic translations" ], "forms": [ { "form": "ones' complements", "tags": [ "plural" ] } ], "head_templates": [ { "args": { "head": "ones' complement" }, "expansion": "ones' complement (plural ones' complements)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "related": [ { "word": "complement" }, { "word": "diminished radix complement" }, { "word": "two's complement" } ], "senses": [ { "categories": [ "en:Computing" ], "examples": [ { "text": "The ones' complement of 0xAAAA is 0x5555 on a 16-bit machine, and 0xFFFF5555 on a 32-bit machine." } ], "glosses": [ "The number obtained by subtracting a given n-digit binary number from 2ⁿ-1 (which yields the same result as the logical complement)." ], "links": [ [ "computing", "computing#Noun" ], [ "logical complement", "logical complement" ] ], "raw_glosses": [ "(computing) The number obtained by subtracting a given n-digit binary number from 2ⁿ-1 (which yields the same result as the logical complement)." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ "en:Computing" ], "examples": [ { "text": "Computers that use ones' complement arithmetic have two representations for zero, all 0's and all 1's." } ], "glosses": [ "The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2ⁿ⁻¹-1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2ⁿ⁻¹-1), n being the word size of the machine, and the numeric complement of a number is its ones' complement." ], "links": [ [ "computing", "computing#Noun" ], [ "high bit", "high bit" ], [ "word", "word" ], [ "size", "size" ], [ "numeric complement", "numeric complement" ] ], "raw_glosses": [ "(computing) The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2ⁿ⁻¹-1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2ⁿ⁻¹-1), n being the word size of the machine, and the numeric complement of a number is its ones' complement." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] } ], "synonyms": [ { "word": "logical complement" } ], "translations": [ { "code": "fi", "lang": "Finnish", "sense": "number", "word": "yhden komplementti" }, { "code": "fi", "lang": "Finnish", "sense": "number", "word": "1-komplementti" }, { "code": "fi", "lang": "Finnish", "sense": "convention", "word": "yhden komplementti" } ], "word": "ones' complement" }
Download raw JSONL data for ones' complement meaning in All languages combined (2.8kB)
This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2024-11-06 from the enwiktionary dump dated 2024-10-02 using wiktextract (fbeafe8 and 7f03c9b). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.